From 139f41bf5e50ef853b1598acde7823826c5b6bbb Mon Sep 17 00:00:00 2001 From: =?utf8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Wed, 10 Feb 2016 16:45:37 +0100 Subject: [PATCH] use defaults for JUCE_LOG_ASSERTIONS and JUCE_CHECK_MEMORY_LEAKS this is important for Debug/Release builds. getting this right will also fix the "unresolved non-virtual thunk" problems we have seen earlier --- debian/libbuilder/AppConfig.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/libbuilder/AppConfig.h b/debian/libbuilder/AppConfig.h index d8746cfe..70017ced 100644 --- a/debian/libbuilder/AppConfig.h +++ b/debian/libbuilder/AppConfig.h @@ -117,11 +117,11 @@ #endif #ifndef JUCE_LOG_ASSERTIONS - #define JUCE_LOG_ASSERTIONS 1 + //#define JUCE_LOG_ASSERTIONS #endif #ifndef JUCE_CHECK_MEMORY_LEAKS - #define JUCE_CHECK_MEMORY_LEAKS 1 + //#define JUCE_CHECK_MEMORY_LEAKS #endif #ifndef JUCE_DONT_AUTOLINK_TO_WIN32_LIBRARIES -- 2.30.2